From d4cf61490e75f3fc6623cc43117fca8e69279b3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 17 Apr 2011 17:58:52 +0100 Subject: [PATCH] stats: change percentage of pixels needed to be part of negative stats --- babl/babl-fish-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-fish-stats.c b/babl/babl-fish-stats.c index f5b3e2a..f4893db 100644 --- a/babl/babl-fish-stats.c +++ b/babl/babl-fish-stats.c @@ -62,7 +62,7 @@ table_sum_processings_calc (void) babl_format_class_for_each (table_source_sum_each, NULL); } -#define LIMIT 0.001 +#define LIMIT 0.03 static int table_destination_each (Babl *babl, -- 2.30.2